docs/parse-support-md: Unify identical [*] in footnotes
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 12 Apr 2018 11:59:24 +0000 (12:59 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Apr 2018 16:12:12 +0000 (17:12 +0100)
commit6bd34dc33a237df1af0b4bfec212b5c9e8705745
tree300267cddd921daf4d91ca35a781d6954d9e9d30
parent945e80a7301f9ed13d667b635b8a982b8928c3b4
docs/parse-support-md: Unify identical [*] in footnotes

A section in the SUPPORT.md may mention multiple
   Status, something: Supported
and then have some text.  The text is linked to from [*] footnotes
in the table.  But, this means that each bit of text needs to
apply to multiple rows.

Before this commit this was a separate [*] after each applicable item.
But multiple apparently-different links to the same thing are annoying
for the reader.

So, in this commit we combine them.  Formatting the result is not
entirely trivial.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
---
v3: New patch
v3.1: Drop `}' in multi-row [*] notes.  I put this in to help work
   around firefox bugs eg
     https://bugzilla.mozilla.org/show_bug.cgi?id=244135
   but I have been convinced it is not generally wanted.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
docs/parse-support-md